From 635288abe1040989a5e113642462d1147af1c95c Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Mon, 7 Dec 2020 23:06:28 +0000 Subject: [PATCH] Don't fail tests because we don't ship test data This applies to users running them; our build/autopkgtest re-enable this and use the data from the source tree Author: Yaroslav Halchenko Forwarded: no Gbp-Pq: Name deb_no_strict_data.patch --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ee5725e3..08f1eb6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -55,7 +55,7 @@ exclude = minversion = 4.0.2 testpaths = pandas doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL ELLIPSIS -addopts = --strict-data-files +# addopts = --strict-data-files xfail_strict = True filterwarnings = error:Sparse:FutureWarning -- 2.30.2